NAME
pow - Raise a number to the power of another.

SYNTAX
float pow(float n, float x);

DESCRIPTION
Return n raised to the power of x.

KEYWORDS
float

SEE ALSO
exp and log